| lcBlkRefGetNextAtt | Home |
|
HANDLE lcBlkRefGetNextAtt ( HANDLE hBlockRef HANDLE hAttrib ); |
| hBlockRef | |
| Handle to a block reference object. | |
| hAttrib | |
| Handle to an attribute object. | |
| Handle to the attribute that is placed after hAttrib in the block reference. If there are no attribute after hAttrib, the function returns NULL. |
| Code sample, lcBlkRefGetFirstAtt, lcBlkRefGetAtt |